home *** CD-ROM | disk | FTP | other *** search
/ LOGIC Apps / Logic-APPLE_II_APPS.iso / mac / LOGIC Apple II 5.25" Library - ProDOS / PRO018.dsk / DESCRIPTIONS.txt < prev    next >
Text File  |  2012-02-16  |  5KB  |  106 lines

  1.  
  2. [*]   ALARM.CLOCK
  3.  
  4. THIS DOES NOT WORK ON AN APPLE //c.
  5.  
  6. This is a real-time clock with an alarm.  When the alarm 'goes off', any other program on the disk can be run automatically.  If this clock gains or loses time, see the program listing for hints on adjusting the speed.
  7. Program ALARM.OBJ is needed.
  8.  
  9. [*]   APPLE.VISION
  10.  
  11. This demo was on the Integer BASIC system master back in the days of DOS 3.2, and now here it is again in Applesoft running with ProDOS.
  12. Files APPLE.V.CODE and APPLE.V.ROOM are needed to run this program.
  13.  
  14. [*]   BOOTABLE
  15.  
  16. Before it can be used to store *ANYTHING*, a brand new disk must be formatted (see FORMATTER).  If you are going to put programs on a disk, you will probably want that disk to start automatically (or "boot").  This program copies the operating system (files PRODOS and BASIC.SYSTEM) from one disk to another.  It can process several disks, one after another.
  17.  
  18. [*]   DATA.BASE
  19.  
  20. This program creates a data file of records containing named fields that you define.  It maintains this file on a disk, and can print out the records in a simple listing with or without totals.  There is a sample file named DEALERS on your disk.  The program was written to be easy to use and easy to modify, so if it does not do exactly what you want, you can change it to be more to your liking.
  21.  
  22. [*]   DIAGNOSTICS
  23.  
  24. This program tests all 64K or 128K of your computer's memory and the various graphic modes, then it either says "System OK" or displays an error message.  If you see any other message, ask an expert for advice.
  25.  
  26. The diagnostic routine overwrites the operating system in your computer, so you will need to boot a disk to do anything else.  This program does not test your disk drive or any other equipment.
  27.  
  28. [*]   FATHOM
  29.  
  30. You need game paddles or a joystick to play this.  Watch out for torpedoes, and sink submarines with depthcharges.
  31.  
  32. [*]   FORMATTER
  33.  
  34.  ProDOS Diskette Initializer  V 1.00
  35.  Copyright (C) 1985 by Keith Falkner.
  36.  
  37. This program prepares a disk with 280 blocks of zeroes ($00), then it writes blocks 0-6 so the disk will be a properly formatted ProDOS disk.
  38.  
  39. Possible "Return Codes":
  40.  
  41. - 00 = disk initialized OK.
  42. - 01 = improper slot number.
  43. - 02 = improper drive number.
  44. - 03 = improper volume name.
  45. - 39 = I/O error occurred.
  46. - 40 = write-protected.
  47. - 51 = drive too slow.
  48. - 52 = drive too fast.
  49. - ?? = misc error from ProDOS.
  50.  
  51. [*]   GRUNGY.TOWERS
  52.  
  53. Try to solve a murder mystery.  You get a different puzzle every time, with twelve suspects.  The liar is guilty.
  54.  
  55. [*]   JOTTO
  56.  
  57. The computer selects a five-letter word, and you try to guess it.
  58.  
  59. [*]   JOYSTICK.TEST
  60.  
  61. This program tests a joystick or a pair of game paddles.  Turn the knobs or wiggle the stick and watch the cross-hairs move; press the buttons and see if the numbers change to inverse video display.
  62.  
  63. [*]   LOGIC.GATES
  64.  
  65. This little tutorial shows you a few details about the simplest integrated circuit chips in your computer.
  66.  
  67. [*]   MENU
  68.  
  69. This data file controls what STARTUP can do.  The first thing in MENU is a number, which indicates how many files are defined in the menu.  If this number is not correct, STARTUP will probably do some confusing things.
  70.  
  71. Each item consists of:
  72.  - a filename in CAPITAL letters
  73.  - a RETURN character
  74.  - some text describing that file
  75.  - a RETURN character.
  76.  
  77. *NOTE* Do not put extra carriage returns in the text describing the file, or else STARTUP will be fooled.
  78.  
  79. *NOTE* If the filename ends with a space, STARTUP will forbid an attempt to RUN that file.
  80.  
  81. [*]   MOIRE.PATTERNS
  82.  
  83. This demo draws pretty patterns until you press a key, then it returns to the Startup Menu.
  84.  
  85. [*]   PENNY.ARCADE
  86.  
  87. This is a two-person PONG game and requires paddles (a joystick will NOT do).  There are four different games, and ten levels of difficulty.
  88.  
  89. [*]   STARLANES
  90.  
  91. This game lets 2 to 4 players build interstellar trading companies, and compete for the most profitable investments.
  92.  
  93. [*]   STARTUP
  94.  
  95. When a disk is booted, the program named STARTUP is run automatically.
  96.  
  97. This is a good program to put on all your program disks because it gives you a convenient way to run any of the programs described in the file "MENU".  Then use FREEWRITER to create a suitable MENU file for the files on that disk.
  98.  
  99. [*]   SYNTHESIZER
  100.  
  101. This program makes a racket until you press a key, then it quits.  Its main purpose is to be something very noisy for the ALARM.CLOCK to run.
  102.  
  103. [*]   WORMS
  104.  
  105. This old demo uses CHAR.GEN, CHAR.SET, CHAR.WORM, and APPLE.  You may be able to modify this to mix text and Hi-Resolution Graphics.
  106.